home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / ZoomScrollerAccessory.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  287 b   |  23 lines

  1. ZoomScrollerAccessory = {
  2.     ACTIONS = {
  3.     zoomIn:;
  4.     zoomFromPopUp:;
  5.     zoomOut:;
  6.     };
  7.     OUTLETS = {
  8.     scaleField;
  9.     window;
  10.     zoomPopup;
  11.     zoomList;
  12.     view;
  13.     accessoryView;
  14.     okButton;
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. FirstResponder = {
  19.     ACTIONS = {
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23.